summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout/fragment_settings.xml
blob: 4c5d597c1703260f6991fd8c794fe3a85dbee899 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<org.citra.citra_emu.features.settings.ui.SettingsFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <androidx.recyclerview.widget.RecyclerView
        android:id="@+id/list_settings"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/card_view_background" />

</org.citra.citra_emu.features.settings.ui.SettingsFrameLayout>